
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--white: #ffffff;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
--background: #f5f7f5;
--themecolor: #00aa5b;
--border: #e5e6e5;
    /* Fonts */
    --font-intertight: 'Inter Tight',sans-serif;
--font-inter: 'Inter',sans-serif;
--font-poppins: 'Poppins',sans-serif;
--font-amethysta: 'Amethysta',serif;
--font-alice: 'Alice',serif;
--font-arizonia: 'Arizonia',handwriting;
--font-courierprime: 'Courier Prime',monospace;
--font-abhayalibre: 'Abhaya Libre',serif;
--font-abrilfatface: 'Abril Fatface',display;
--font-alegreya: 'Alegreya',serif;
--font-anonymouspro: 'Anonymous Pro',monospace;
--font-anton: 'Anton',sans-serif;
--font-antonio: 'Antonio',sans-serif;
--font-baijamjuree: 'Bai Jamjuree',sans-serif;
--font-badscript: 'Bad Script',handwriting;
--font-geist: 'Geist',sans-serif;
--font-figtree: 'Figtree',sans-serif;
--font-barlow: 'Barlow',sans-serif;
--font-barlow: 'Barlow',sans-serif;

    /* Font size */
    
    /* Font weight */
    --font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    --default: 5px;
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .vjSpI {
      width:100%;
      height:100%;
      background:#242424;
      flex-direction:row;
    }

    .fpegJO {
      width:300px;
      background:#0f0f0f;
      flex-direction:row;
      border-right-color:var(--grey-800);
      border-right-style:solid;
      border-right-width:0.5px;
    }

    .bUOjLS {
      flex:1;
      overflow-x:hidden;
      overflow-y:scroll;
      padding-top:5px;
      padding-left:5px;
      padding-right:5px;
      padding-bottom:5px;
    }

    .eqMsKA {
      color:#00aa5b;
    }

    .dmZXIo {
      height:100%;
      row-gap:12px;
      column-gap:12px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
      border-right-color:var(--grey-800);
      border-right-style:solid;
      border-right-width:0.5px;
    }

    .vLwtv {
      color:var(--grey-500);
      cursor:pointer;
      height:100%;
      row-gap:8px;
      column-gap:8px;
      align-items:center;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      justify-content:flex-start;
    }

    .vLwtv:hover {
      color:var(--white);
    }

    .bFZMJC {
      width:15px;
      height:100%;
    }

    .cBlQGR {
      color:var(--grey-500);
      cursor:pointer;
    }

    .cBlQGR:hover {
      color:var(--white);
    }

    .cPaWNz {
      flex:1;
      color:var(--grey-300);
      cursor:pointer;
      font-size:13px;
      font-family:"Geist";
      font-weight:var(--font-weight-regular);
      padding-top:4px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:5px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .cPaWNz:hover {
      background:var(--grey-800);
    }

    .cPaWNz.active {
      background:var(--grey-800);
    }

    .eOPnAx {
      width:45px;
      row-gap:12px;
      column-gap:12px;
      align-items:center;
      justify-content:flex-start;
    }

    .bNmds {
      width:100%;
      overflow-x:clip;
      overflow-y:clip;
      align-items:start;
      border-radius:10px;
      justify-content:center;
    }

    .bNmds.expand {
      background-color:var(--grey-900, #171717);
    }

    .bNmds.ghost {
      background: var(--grey-800);
    }

    .eSWKCi {
      width:250px;
      height:100%;
      background:#0f0f0f;
      overflow-x:hidden;
      overflow-y:hidden;
      flex-direction:column;
      border-right-color:var(--grey-800);
      border-right-style:solid;
      border-right-width:0.5px;
    }

    .eJJFtz {
      color:var(--grey-900);
    }

    .eryjlP {
      color:var(--grey-400, #A3A3A3);
      font-size:13px;
      font-family:'Inter';
      font-weight:400;
      padding-left:8px;
    }

    .dbAFXQ {
      width:100%;
      height:45px;
      align-items:center;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      justify-content:space-between;
      border-bottom-color:var(--grey-800);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
    }

    .dUSELY {
      cursor:pointer;
      height:100%;
      align-items:center;
      padding-left:15px;
      padding-right:15px;
      flex-direction:row;
      justify-content:flex-start;
    }

    .dgfkAg {
      color:var(--grey-300, #D4D4D4);
    }

    .duNEqF {
      width:15px;
      height:100%;
      border-left-color:var(--grey-500);
      border-left-style:solid;
      border-left-width:1px;
    }

    .duNEqF.isLast {
      border-left-color:black;
      border-left-style:solid;
      border-left-width:0px;
    }

    .dzHeKR {
      gap:8px;
      width:100%;
      cursor:pointer;
      height:32px;
      align-items:center;
      padding-left:5px;
      border-radius:10px;
      padding-right:5px;
      flex-direction:row;
      justify-content:start;
    }

    .dzHeKR.active {
      background:var(--grey-800);
    }

    .fECbbj {
      height:100%;
      row-gap:10px;
      column-gap:10px;
      align-items:center;
      padding-left:15px;
      padding-right:15px;
      flex-direction:row;
      justify-content:flex-start;
    }

    .fElnFY {
      left:24%;
      width:76%;
      cursor:pointer;
      height:32px;
      align-items:center;
      padding-right:8px;
      flex-direction:row;
      justify-content:start;
    }

    .fElnFY.active {
      background:var(--grey-800);
    }

    .cfhyzR {
      flex:1;
      height:100%;
      max-height:100%;
      overflow-x:hidden;
      overflow-y:hidden;
    }

    .RzZgn {
      row-gap:7px;
      column-gap:7px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .eiZFeo {
      width:11px;
      height:54%;
      border-left-color:var(--grey-500);
      border-left-style:solid;
      border-left-width:1px;
      border-bottom-color:var(--grey-500);
      border-bottom-style:solid;
      border-bottom-width:1px;
      border-bottom-left-radius:5px;
    }

    .bQUfCo {
      width:100%;
      background:#0f0f0f;
      font-family:"Geist";
    }

    .cMGfuz {
      color:var(--white);
      width:100%;
      height:30px;
      font-size:12px;
      align-items:center;
      font-weight:400;
      padding-left:35px;
      padding-right:9px;
      flex-direction:row;
      justify-content:flex-start;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .cMGfuz.filled {
      background:var(--grey-800);
    }

    .cMGfuz:hover {
      background:var(--grey-800);
    }

    .cMGfuz:focus-visible {
      outline:1px solid var(--blue-600);
    }

    .bnuspo {
      row-gap:5px;
      column-gap:5px;
      align-items:flex-start;
      flex-direction:column;
      justify-content:flex-start;
    }

    .deZKbe {
      position:absolute;
    }

    .deZKbe.expand {
      color:var(--blue-600);
      rotate:0 0 1 180deg;
    }

    .cYCpQT {
      width:40%;
      align-items:flex-start;
      justify-content:center;
    }

    .eJiYTz {
      top:7px;
      left:10px;
      color:var(--grey-400);
      display:inline;
      z-index:2;
      position:absolute;
      font-size:10px;
      font-family:inherit;
      font-weight:400;
    }

    .eGkvPH {
      color:var(--grey-100);
      display:inline;
      font-size:12px;
      font-family:"Geist";
      font-weight:600;
      padding-top:5px;
      padding-left:5px;
      padding-right:5px;
    }

    .TdHtR {
      height:35px;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .fnPBBJ {
      width:100%;
      height:35px;
      row-gap:5px;
      column-gap:5px;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .bueUfB {
      left:10px;
      color:var(--grey-400);
      display:inline;
      z-index:2;
      position:absolute;
      font-size:10px;
      font-family:inherit;
      font-weight:400;
    }

    .bAknEJ {
      row-gap:8px;
      column-gap:8px;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
      border-bottom-color:var(--grey-800);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
    }

    .ddiiSk {
      width:100%;
      height:100%;
      border-color:var(--grey-500);
      border-style:solid;
      border-width:1px;
    }

    .cawScd {
      color:var(--white);
      width:99%;
      height:30px;
      font-size:12px;
      align-items:center;
      font-weight:400;
      padding-left:50px;
      padding-right:9px;
      flex-direction:row;
      justify-content:flex-start;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .cawScd.filled {
      background:var(--grey-800);
    }

    .cawScd:hover {
      background:var(--grey-800);
    }

    .cawScd:focus-visible {
      outline:1px solid var(--blue-600);
    }

    .bXGyTS {
      width:100%;
      align-items:flex-start;
      justify-content:center;
    }

    .dhlEct {
      color:var(--grey-400);
      width:15px;
      bottom:-9px;
      cursor:pointer;
      height:15px;
      z-index:3;
      background:#0f0f0f;
      align-items:center;
      justify-content:center;
    }

    .dhlEct:hover {
      color:var(--white);
    }

    .deNpIv {
      width:48%;
      align-items:flex-start;
      justify-content:center;
    }

    .cEQhtx {
      top:-2px;
      right:-2px;
      width:4px;
      height:4px;
      position:absolute;
      background:var(--grey-800);
    }

    .pQwaJ {
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      position:absolute;
      align-items:center;
      justify-content:center;
    }

    .djoTGt {
      color:var(--grey-500);
      width:30px;
      height:30px;
      background:var(--grey-800);
      align-items:center;
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      padding-bottom:4px;
      justify-content:center;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .diauwK {
      color:var(--white);
      width:100%;
      height:30px;
      font-size:12px;
      align-items:center;
      font-weight:400;
      padding-left:50px;
      padding-right:9px;
      flex-direction:row;
      justify-content:flex-start;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .diauwK.filled {
      background:var(--grey-800);
    }

    .diauwK:hover {
      background:var(--grey-800);
    }

    .diauwK:focus-visible {
      outline:1px solid var(--blue-600);
    }

    .sTfXy {
      left:-2px;
      width:4px;
      bottom:-2px;
      height:4px;
      position:absolute;
      background:var(--grey-800);
    }

    .JAggL {
      left:12px;
      color:var(--grey-400);
      display:inline;
      z-index:2;
      position:absolute;
      font-size:10px;
      font-family:inherit;
      font-weight:400;
    }

    .fgvCjf {
      right:-2px;
      width:4px;
      bottom:-2px;
      height:4px;
      position:absolute;
      background:var(--grey-800);
    }

    .fcRjev {
      row-gap:3px;
      column-gap:3px;
    }

    .bPtzDF {
      width:100%;
      height:35px;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .cMHGhn {
      color:var(--grey-100);
      display:inline;
      font-size:12px;
      font-family:"Geist";
      font-weight:600;
      padding-left:5px;
      padding-right:5px;
    }

    .bbdYBm {
      left:8px;
      color:var(--grey-400);
      display:inline;
      z-index:2;
      position:absolute;
      font-size:10px;
      font-family:inherit;
      font-weight:400;
    }

    .Xrvhu {
      width:30px;
      height:30px;
    }

    .cTVyvz {
      color:var(--grey-500);
      width:30px;
      height:30px;
      background:var(--grey-800);
      align-items:center;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .ZDbGR {
      left:10px;
      color:var(--grey-400);
      bottom:5px;
      display:inline;
      z-index:2;
      position:absolute;
      font-size:10px;
      font-family:inherit;
      font-weight:400;
    }

    .fiNBDK {
      top:-2px;
      left:-2px;
      width:4px;
      height:4px;
      position:absolute;
      background:var(--grey-800);
    }

    .editorV3Main\:Sh5NgGMGEBOZRQw-bJDYq {
      flex:1;
      overflow-x:hidden;
      overflow-y:scroll;
    }

    .cCivMw.open {
      rotate:0 0 1 90deg;
    }

    .kchrt {
      width:var(--width);
      height:var(--height);
    }

    .bhAwHE {
      gap:var(--gap);
      width:var(--width);
      height:var(--height);
      flex-wrap:var(--flex-wrap);
    }

    .bhAwHE.horizontal {
      flex-wrap:var(--flex-wrap);
      flex-direction:row;
    }

    .EfvCc {
      gap:var(--gap);
      width:var(--width);
      height:var(--height);
      flex-wrap:var(--flex-wrap);
      align-items:start;
      justify-content:start;
    }

    .EfvCc.horizontal {
      flex-wrap:var(--flex-wrap);
      flex-direction:row;
    }

    .fykhMw {
      height:100%;
      align-items:center;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      justify-content:flex-end;
    }

    .dUVSXl {
      width:fit-content;
      bottom:25px;
      height:45px;
      position:absolute;
      background:#0f0f0f;
      align-items:center;
      border-color:var(--grey-800);
      border-style:solid;
      border-width:0.5px;
      flex-direction:row;
      justify-content:space-between;
      border-top-left-radius:14px;
      border-top-right-radius:14px;
      border-bottom-left-radius:14px;
      border-bottom-right-radius:14px;
    }

    .fkZIxh {
      color:var(--grey-400);
      font-size:13px;
      font-family:"Geist";
      font-weight:400;
      padding-left:5px;
    }

    .ywLss {
      height:100%;
      row-gap:0px;
      column-gap:0px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .cNyoZw {
      color:var(--grey-500);
    }

    .cNyoZw:hover {
      color:var(--white);
    }

    .buDvGu {
      width:45px;
      row-gap:15px;
      column-gap:15px;
      align-items:center;
      padding-top:12px;
      padding-bottom:12px;
      justify-content:space-between;
      border-right-color:var(--grey-800);
      border-right-style:solid;
      border-right-width:0.5px;
    }

    .fkAvpE {
      display:inline;
      font-size:15px;
      font-family:"Geist";
      font-weight:var(--font-weight-regular);
    }

    .cLTBue {
      color:var(--grey-300);
      display:inline;
      font-size:13px;
      font-family:"Geist";
      font-weight:500;
    }

    .bhhXvU {
      color:var(--white);
      width:fit-content;
      cursor:pointer;
      height:30px;
      opacity:1;
      font-size:13px;
      background:#00aa5b;
      box-shadow:0px 2px 0px 0px #02c56ac7 inset, 0px -2px 0px 0px #007a41 inset;
      align-items:center;
      font-family:"Geist";
      border-color:var(--green-600);
      border-style:solid;
      border-width:1px;
      padding-left:12px;
      padding-right:12px;
      justify-content:center;
      border-top-left-radius:9px;
      border-top-right-radius:9px;
      border-bottom-left-radius:9px;
      border-bottom-right-radius:9px;
    }

    .bhhXvU.disable {
      opacity:0.46;
    }

    .cCNfRG {
      left:var(--isLast);
      width:11px;
      height:54%;
      position:relative;
      border-left-color:var(--grey-500);
      border-left-style:solid;
      border-left-width:1px;
      border-bottom-color:var(--grey-500);
      border-bottom-style:solid;
      border-bottom-width:1px;
      border-bottom-left-radius:5px;
    }

    .chAOKJ {
      width:100%;
    }

    .cfcTYF {
      gap:2px;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .eHVfvy {
      color:var(--grey-500);
      cursor:pointer;
    }

    .eHVfvy:hover {
      color:var(--white);
    }

    .eHVfvy.active {
      color:#00aa5b;
    }

    .VwVNG {
      flex:1;
      height:100%;
      background:#242424;
      align-items:center;
      justify-content:flex-start;
    }

    .fAFMkd {
      gap:8px;
      left:14%;
      width:86%;
      cursor:pointer;
      height:32px;
      align-items:center;
      padding-right:8px;
      flex-direction:row;
      justify-content:space-between;
    }

    .fpIxMI {
      color:var(--grey-400, #A3A3A3);
      font-size:13px;
      font-family:'Inter';
      font-weight:400;
    }

    .evuGrA {
      width:100%;
      height:45px;
      row-gap:7px;
      column-gap:7px;
      align-items:center;
      padding-left:7px;
      padding-right:7px;
      flex-direction:row;
      justify-content:space-between;
      border-bottom-color:var(--grey-800);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
    }

    .dfLwNX {
      left:14%;
      height:100%;
      position:absolute;
      border-left-color:var(--grey-500);
      border-left-style:solid;
      border-left-width:1px;
    }